#titularidade
{
    background: #aed7ff;
    padding: 12px;
    margin: 10px 100px 0 100px;
    border-radius: 12px;
    border: nome;
}

#toggle1, #toggle2, #toggle3, #toggle4
{
    display: none;
}

body
{
    font-family: 'Arial', serif;
    color: #333;
}

a:link, a:active, a:visited, button.botao:link, button.botao:active, button.botao:visited
{
    color: #315e8a;
    text-decoration: none;
}

a:hover, button.botao:hover
{
    text-decoration: underline;
}

.linha
{
    width: 960px;
    margin: 0 auto;
    overflow: auto;
    padding: 5px 0;
}

.coluna
{
    padding: 0 10px;
    float: left;
}

.col1  {    width: 60px;    }
.col2  {    width: 140px;   }
.col3  {    width: 220px;   }
.col4  {    width: 300px;   }
.col5  {    width: 380px;   }
.col6  {    width: 460px;   }
.col7  {    width: 540px;   }
.col8  {    width: 620px;   }
.col9  {    width: 700px;   }
.col10 {    width: 780px;   }
.col11 {    width: 860px;   }
.col12 {    width: 940px;   }

.sem-padding {    padding: 0 !important;    }
.sem-margin  {    margin: 0 !important;     }
.next-li     {    padding-bottom: 5px;      }
.marcador-1  {    list-style-type: square;  }

.marcador-2
{
    list-style-type: circle;
    margin-left: 30px;
}

ul li  {    margin-bottom: 5px;    }
p      {    text-align: justify;   }

img
{
    max-width: 100%;
    height: auto;
}

h1, p.disposicao
{
    font-weight: 300, bold;
    font-size: larger;
    font-family: 'Roboto', sans-serif, !important;
    color: #1f3c58;
    text-align: center;
}

h2
{
    font-weight: 500;
    margin: 15px 0 10px 0;
}

h3, h4, h5, h6
{
    font-weight: 500;
    margin: 10px 0 5px 0;
}

a.botao, input.botao, button.botao
{
    background: #1f3c58;
    padding: 5px 10px;
    border-radius: 8px;
    color: #ebebeb;
    cursor: pointer;
    margin: 5px 0;
    display: inline-block;
    border: nome;
}

a.botao:hover, input.botao:hover, button:hover
{
    background: #315e8a;
    text-decoration: none;
}

.header
{
    background: #1f3c58;
}

.subheader
{
    font-weight: bold;
    background: #f1f2ea;
}

.subheader p
{
    text-align: center;
    font-size: larger;
}

.topo
{
    font-size:xx-large;
    font-weight: 700;
    color:  white;
    text-align: center;
}

.background-beje
{
    background: #f1f2ea;
}

.img-icone
{
    max-height: 90px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img-course
{
    padding-top: 15px;
    max-height: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.downloadPdf
{
    text-align: right;
}

.img-pdf
{
    max-height: 100px;
}

.footer
{
    background: #1f3c58;
    color: #ebebeb;
    padding: 20px 0;
    text-align: center;
    font-weight: 100;
}